summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-22 06:31:19 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:55 +0200
commita14d2a6f83591fe2ae27fcaa2ad96da4567df99f (patch)
tree497864cbf8666dea045e44fa54c87bde55d2bff7
parentcmake: Reposition preprocessor switch comment (diff)
downloadyuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.gz
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.bz2
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.lz
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.xz
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.zst
yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.zip
-rw-r--r--src/yuzu/configuration/shared_translation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index d51286b0e..6e8cea625 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -120,6 +120,8 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
INSERT(Settings, use_video_framerate, "Sync to framerate of video playback",
"Run the game at normal speed during video playback, even when the framerate is "
"unlocked.");
+ INSERT(Settings, barrier_feedback_loops, "Barrier feedback loops",
+ "Improves rendering of transparency effects in specific games.");
// Renderer (Debug)